Versions:

  • 1.26.1
  • 1.24.0
  • 1.23.0

DirHash 1.26.1 by IDRIX is a lightweight Windows command-line utility designed to generate cryptographic hashes for individual files or entire directory trees, enabling users to verify data integrity, detect unauthorized changes, and create reproducible fingerprints of complex folder structures. The program walks the selected path in deterministic lexicographical order, feeding every encountered file into the chosen algorithm so that even a single-byte alteration anywhere in the hierarchy produces a different digest. This behavior makes the tool valuable for software release engineers who need to confirm that deployment packages remain bit-identical across build servers, for system administrators auditing configuration directories on remote machines, for archivists generating manifest files to accompany long-term storage, and for forensic investigators documenting evidence sets. Hashing is supported through nine modern algorithms—MD5, SHA-1, SHA-256, SHA-384, SHA-512, Streebog, Blake2s, Blake2b and Blake3—letting operators balance speed, compatibility, and security strength according to project policy. Because output is delivered as plain text, results can be redirected to verification scripts or diff utilities for automated monitoring. The current 1.26.1 release is the third public iteration, following earlier versions that progressively added algorithmic choices and performance refinements. As a console application, DirHash integrates cleanly into batch files, PowerShell pipelines, and continuous-integration workflows without graphical overhead. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version, and supporting batch installation of multiple applications.

Tags: